PATH![]() |
![]() ![]() |
Adds a rectangle to a window's update region.
pascal OSStatus InvalWindowRect (
WindowPtr window,
const Rect *bounds);
The InvalWindowRect function informs the Window Manager that an area of a window should be redrawn. The InvalWindowRect function is similar to the InvalRect function, but InvalWindowRect allows the window that it operates upon to be explicitly specified, instead of operating on the current graphics port, so InvalWindowRect does not require the graphics port to be set before its use. See Maintaining the Update Region for further discussion.